home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / Shell ƒ / file utilities.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  345 b   |  9 lines  |  [TEXT/MMCC]

  1. OSErr GetApplicationFSSpec(FSSpec *theFS);
  2. OSErr GetApplicationVRefNum(short *vRefNum);
  3. OSErr GetApplicationParID(long *parID);
  4. OSType GetFileType(FSSpec *myFSS);
  5. unsigned long GetModificationDate(FSSpec *myFSS);
  6. OSErr SetModificationDate(FSSpec *myFSS, unsigned long theDate);
  7. OSErr TouchFolder(FSSpec *theFS);
  8. OSErr FileExists(FSSpec *theFS);
  9.